home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TSAMPLEPROPEDITOR / TSAMPLEPROPEDITOR.txt
Text File  |  2010-01-24  |  939b  |  46 lines

  1. object SamplePropEditor: TSamplePropEditor
  2.   Left = 381
  3.   Top = 278
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sample property editor'
  6.   ClientHeight = 144
  7.   ClientWidth = 255
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RadioGroup1: TRadioGroup
  18.     Left = 8
  19.     Top = 8
  20.     Width = 241
  21.     Height = 97
  22.     Caption = ' Scroll Direction '
  23.     Columns = 2
  24.     ItemIndex = 0
  25.     Items.Strings = (
  26.       'Left To Right'
  27.       'Right To Left'
  28.       'Horizontal Bounce'
  29.       'Top To Bottom'
  30.       'Bottom To Top'
  31.       'Vertical Bounce')
  32.     TabOrder = 0
  33.     OnClick = RadioGroup1Click
  34.   end
  35.   object Button1: TButton
  36.     Left = 176
  37.     Top = 112
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.